Version

Remove Method (RearrangedList<T>)

Removes the specified item from the collection.
Syntax
public bool Remove( 
   T item
)

Parameters

item
The item to remove.

Return Value

True if the item was found and removed, otherwise False.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also